home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000110_fdc@columbia.edu_Mon Nov 25 11:06:28 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 13890 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Send a String after connection (OpenVMS)
  6. Date: 25 Nov 2002 11:06:20 -0500
  7. Organization: Columbia University
  8. Lines: 36
  9. Message-ID: <arthps$12d$1@watsol.cc.columbia.edu>
  10. References: <4fg4uu8uem7rovuuc41u7nkth9v4i0g930@4ax.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1038240382 10302 128.59.39.139 (25 Nov 2002 16:06:22 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 25 Nov 2002 16:06:22 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13890
  16.  
  17. In article <4fg4uu8uem7rovuuc41u7nkth9v4i0g930@4ax.com>,
  18. Stefan Bill  <Stefan.Bill@soudronic.com> wrote:
  19. : For my Pager, i need to send a string after i connect with a modem.
  20. : The String-Format ::Pager-Number::Message:: is given to me from the
  21. : Paging-Service and works fine over X.25
  22. : Paging-Service ist Telepage Swiss
  23. : On the tta0 is a Zyxel U-1496 Modem installed.
  24. : But my pager receives no message.
  25. : The Format and the Number are the right ones, over X.25 that work.
  26. : What's wrong with my script.
  27. : Thank you for any hints.
  28. : Script: (pager.ksh)
  29. : ---------
  30. : set take echo on
  31. : set modem type zyxel
  32. : set line tta0:
  33. : set carrier-watch off
  34. : set speed 9600
  35. : SET DIAL DISPLAY ON
  36. : dial 0740900103
  37. : OUTPUT ::Pager-Nummer::Message::\13
  38. : wait 5
  39. : exit
  40. :
  41. I suspect the pager number and message must be included as part of the
  42. telephone number.  See:
  43.  
  44.   http://www.columbia.edu/kermit/pagers.html
  45.  
  46. - Frank
  47.